home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / apparmor.d / abstractions / user-tmp < prev    next >
Text File  |  2008-10-08  |  628b  |  21 lines

  1. # $Id: user-tmp 1102 2008-02-19 10:35:19Z jrjohansen $
  2. # ------------------------------------------------------------------
  3. #
  4. #    Copyright (C) 2002-2006 Novell/SUSE
  5. #
  6. #    This program is free software; you can redistribute it and/or
  7. #    modify it under the terms of version 2 of the GNU General Public
  8. #    License published by the Free Software Foundation.
  9. #
  10. # ------------------------------------------------------------------
  11.  
  12.   # per-user tmp directories
  13.   @{HOME}/tmp/**  rwl,
  14.   @{HOME}/tmp/    rw,
  15.  
  16.   # global tmp directories
  17.   /var/tmp/**     rwl,
  18.   /var/tmp/        rw,
  19.   /tmp/**         rwl,
  20.   /tmp/            rw,
  21.